home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / Manuels & Misc / Assembly / AOA.ZIP / CH02 / EQNTRUTH / CANONU.DFM / CANONU.txt
Encoding:
Text File  |  1995-12-18  |  4.5 KB  |  281 lines

  1. object LogEqns: TLogEqns
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Canonical Logic Equations'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 0
  18.     Width = 100
  19.     Height = 16
  20.     Caption = 'Logic Equation:'
  21.   end
  22.   object ba00: TLabel
  23.     Left = 72
  24.     Top = 56
  25.     Width = 26
  26.     Height = 16
  27.     Caption = 'B'#39'A'#39
  28.   end
  29.   object ba01: TLabel
  30.     Left = 104
  31.     Top = 56
  32.     Width = 22
  33.     Height = 16
  34.     Caption = 'B'#39'A'
  35.   end
  36.   object ba10: TLabel
  37.     Left = 136
  38.     Top = 56
  39.     Width = 22
  40.     Height = 16
  41.     Caption = 'BA'#39
  42.   end
  43.   object ba11: TLabel
  44.     Left = 168
  45.     Top = 56
  46.     Width = 18
  47.     Height = 16
  48.     Caption = 'BA'
  49.   end
  50.   object dc00: TLabel
  51.     Left = 40
  52.     Top = 88
  53.     Width = 27
  54.     Height = 16
  55.     Caption = 'D'#39'C'#39
  56.   end
  57.   object dc01: TLabel
  58.     Left = 40
  59.     Top = 120
  60.     Width = 23
  61.     Height = 16
  62.     Caption = 'D'#39'C'
  63.   end
  64.   object dc10: TLabel
  65.     Left = 40
  66.     Top = 152
  67.     Width = 23
  68.     Height = 16
  69.     Caption = 'DC'#39
  70.   end
  71.   object dc11: TLabel
  72.     Left = 40
  73.     Top = 184
  74.     Width = 19
  75.     Height = 16
  76.     Caption = 'DC'
  77.   end
  78.   object Eqn1: TLabel
  79.     Left = 8
  80.     Top = 216
  81.     Width = 409
  82.     Height = 15
  83.     Caption = 'F = 0'
  84.     Font.Color = clBlack
  85.     Font.Height = -12
  86.     Font.Name = 'Arial'
  87.     Font.Style = []
  88.     ParentFont = False
  89.   end
  90.   object Eqn2: TLabel
  91.     Left = 16
  92.     Top = 240
  93.     Width = 409
  94.     Height = 15
  95.     Font.Color = clBlack
  96.     Font.Height = -12
  97.     Font.Name = 'Arial'
  98.     Font.Style = []
  99.     ParentFont = False
  100.   end
  101.   object InputEqn: TEdit
  102.     Left = 8
  103.     Top = 24
  104.     Width = 409
  105.     Height = 24
  106.     TabOrder = 0
  107.     Text = '0'
  108.     OnChange = InputEqnChange
  109.     OnExit = ComputeBtnClick
  110.   end
  111.   object tt00: TPanel
  112.     Left = 72
  113.     Top = 80
  114.     Width = 25
  115.     Height = 25
  116.     Caption = '0'
  117.     TabOrder = 1
  118.   end
  119.   object tt01: TPanel
  120.     Left = 104
  121.     Top = 80
  122.     Width = 25
  123.     Height = 25
  124.     Caption = '0'
  125.     TabOrder = 2
  126.   end
  127.   object tt02: TPanel
  128.     Left = 136
  129.     Top = 80
  130.     Width = 25
  131.     Height = 25
  132.     Caption = '0'
  133.     TabOrder = 3
  134.   end
  135.   object tt03: TPanel
  136.     Left = 168
  137.     Top = 80
  138.     Width = 25
  139.     Height = 25
  140.     Caption = '0'
  141.     TabOrder = 4
  142.   end
  143.   object tt10: TPanel
  144.     Left = 72
  145.     Top = 112
  146.     Width = 25
  147.     Height = 25
  148.     Caption = '0'
  149.     TabOrder = 5
  150.   end
  151.   object tt11: TPanel
  152.     Left = 104
  153.     Top = 112
  154.     Width = 25
  155.     Height = 25
  156.     Caption = '0'
  157.     TabOrder = 6
  158.   end
  159.   object tt12: TPanel
  160.     Left = 136
  161.     Top = 112
  162.     Width = 25
  163.     Height = 25
  164.     Caption = '0'
  165.     TabOrder = 7
  166.   end
  167.   object tt13: TPanel
  168.     Left = 168
  169.     Top = 112
  170.     Width = 25
  171.     Height = 25
  172.     Caption = '0'
  173.     TabOrder = 8
  174.   end
  175.   object tt20: TPanel
  176.     Left = 72
  177.     Top = 144
  178.     Width = 25
  179.     Height = 25
  180.     Caption = '0'
  181.     TabOrder = 9
  182.   end
  183.   object tt21: TPanel
  184.     Left = 104
  185.     Top = 144
  186.     Width = 25
  187.     Height = 25
  188.     Caption = '0'
  189.     TabOrder = 10
  190.   end
  191.   object tt22: TPanel
  192.     Left = 136
  193.     Top = 144
  194.     Width = 25
  195.     Height = 25
  196.     Caption = '0'
  197.     TabOrder = 11
  198.   end
  199.   object tt23: TPanel
  200.     Left = 168
  201.     Top = 144
  202.     Width = 25
  203.     Height = 25
  204.     Caption = '0'
  205.     TabOrder = 12
  206.   end
  207.   object tt30: TPanel
  208.     Left = 72
  209.     Top = 176
  210.     Width = 25
  211.     Height = 25
  212.     Caption = '0'
  213.     TabOrder = 13
  214.   end
  215.   object tt31: TPanel
  216.     Left = 104
  217.     Top = 176
  218.     Width = 25
  219.     Height = 25
  220.     Caption = '0'
  221.     TabOrder = 14
  222.   end
  223.   object tt32: TPanel
  224.     Left = 136
  225.     Top = 176
  226.     Width = 25
  227.     Height = 25
  228.     Caption = '0'
  229.     TabOrder = 15
  230.   end
  231.   object tt33: TPanel
  232.     Left = 168
  233.     Top = 176
  234.     Width = 25
  235.     Height = 25
  236.     Caption = '0'
  237.     TabOrder = 16
  238.   end
  239.   object ExitBtn: TButton
  240.     Left = 328
  241.     Top = 168
  242.     Width = 89
  243.     Height = 33
  244.     Caption = 'Exit'
  245.     TabOrder = 17
  246.     OnClick = ExitBtnClick
  247.   end
  248.   object AboutBtn: TButton
  249.     Left = 328
  250.     Top = 128
  251.     Width = 89
  252.     Height = 33
  253.     Caption = 'About'
  254.     TabOrder = 18
  255.     OnClick = AboutBtnClick
  256.   end
  257.   object ComputeBtn: TButton
  258.     Left = 208
  259.     Top = 56
  260.     Width = 209
  261.     Height = 25
  262.     Caption = 'Compute'
  263.     Default = True
  264.     TabOrder = 19
  265.     OnClick = ComputeBtnClick
  266.   end
  267.   object PrintBtn: TButton
  268.     Left = 328
  269.     Top = 88
  270.     Width = 89
  271.     Height = 33
  272.     Caption = 'Print'
  273.     TabOrder = 20
  274.     OnClick = PrintBtnClick
  275.   end
  276.   object PrintDialog: TPrintDialog
  277.     Left = 296
  278.     Top = 88
  279.   end
  280. end
  281.